home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / gfx / edit / VE-gausfeather.lha / notes / GaussianFeather.notes
Text File  |  1999-04-04  |  906b  |  64 lines

  1.  
  2. Visual Engineering - Gaussian feather v1.21
  3. -------------------------------------------
  4.  
  5. This script makes your colorful logo edges smooth.
  6.  
  7.  
  8.  
  9.  
  10.  
  11. You can call this script from your own scripts, too.
  12.  
  13.  
  14.   address command "rexx:rx ie:arexx/GaussianFeather.rexx" <pic>
  15.  
  16.     <pic> is name of the picture
  17.  
  18.  
  19.  
  20.   Example:
  21.  
  22.   rx ie:arexx/GaussianFeather.rexx 000_testpic.iff
  23.  
  24.  
  25.  
  26.   Next lines return you the name of this new picture.
  27.  
  28.   PROJECT_LIST
  29.   xyz=result
  30.   pic=subword(xyz,1,1)
  31.  
  32.  
  33.  
  34. HISTORY
  35.  
  36.  1.21
  37.  
  38.   Can now be called from your own scripts, too.
  39.  
  40.  1.20
  41.  
  42.   Uses my own made convolve.
  43.   Needs IE-Extras v1.33
  44.  
  45.  1.10
  46.  
  47.   History started
  48.  
  49.  
  50.  
  51.  
  52.  
  53. The archive, where this file came from, can be distributed using
  54. any kind of media (CD, Email, Net, BBS, FTP...), but contents of
  55. original archive must not be seperated from each other.
  56.  
  57.  
  58.  
  59. VISUAL ENGINEERING - graphical examples & more
  60.  
  61.  HTTP://wwnet.fi/users/smarko/ie/
  62.  
  63.  
  64.